object NewFolderDlg: TNewFolderDlg Left = 274 Top = 378 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Nouveau dossier' ClientHeight = 151 ClientWidth = 219 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 37 Height = 13 Caption = 'Cr'#233'er :' end object Prompt: TLabel Left = 16 Top = 64 Width = 65 Height = 13 Caption = 'Dans ce dossier :' end object LtContainerLabel: TLabel Left = 24 Top = 80 Width = 185 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object RtContainerLabel: TLabel Left = 24 Top = 96 Width = 185 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object Edit1: TEdit Left = 16 Top = 32 Width = 185 Height = 21 TabOrder = 0 OnChange = Edit1Change end object OKBtn: TBitBtn Left = 32 Top = 120 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TBitBtn Left = 112 Top = 120 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end end